Student.nNumClasses

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int nNumClasses [@property getter]
  2. immutable(int) nNumClasses [@property setter]
    class Student
    @property
    @UniqueConstraintColumn!("uc_Student")
    void
    nNumClasses
    (
    immutable(int) value
    )

Meta